-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements icons for the new watchlist feature in OX #1477
Conversation
Fixes: OX-11593
@@ -125,3 +125,11 @@ | |||
.sci-icon-magnifier-text-soft { | |||
background-image: url(svgResource('/assets/images/icons/magnifier.svg', #212529)); | |||
} | |||
|
|||
.sci-icon-trash { | |||
background-image: url(svgResource('/assets/images/icons/trash.svg', #53595D)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this by default use the same colour as the other icons? Can you use for example opacity to make it lighter in OXOMI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this also doesn't seem to be a "sirius color" (its an old OX color).
Would prefer to use a color suffix appended to the class like the one above.
I think using text-soft should also be fine for the icons in the watchlist, but feel free to post a screenshot after the change. Its no problem to add additional color variants of the icons with different color suffixes.
Fixes: OX-11593
Additional Notes
Checklist